<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:ecms005
Theme author:www.moyublog.com moyu2013.taobao.com
*/
html, body {
    width: 100%;
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 100%/1.75em tahoma,Arial,'Microsoft Yahei','SimSun'; /* overflow: hidden; */
    /*    min-width: 1260px;*/
    color: #333;
    height: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #5Fcc68;
    }

ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

.fix-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 3;
}
/*gold*/


@media(min-width:1281px) {
    .inner {
        width: 1200px;
        margin: 0 auto;
    }
}

/*topbar*/
.topbar {
    height: 32px;
    width: 100%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    line-height: 32px;
    font-size: 0.75em;
    color: #707070;
    overflow: hidden;
    display: none;
}

    .topbar a {
        color: #707070;
    }

        .topbar a:hover {
            color: #f60;
        }

.topbar-left {
    float: left;
}

    .topbar-left span.fav {
        margin-right: 20px;
    }

        .topbar-left span.fav a {
            background: url(../images/favbg.png) no-repeat 0 -7.5px;
            padding-left: 20px;
        }

            .topbar-left span.fav a:hover {
                background-position: 0 -67px;
            }

.topbar-right {
    float: right;
}

    .topbar-right a {
        display: inline-block;
        float: left;
        background: url(../images/icon-sns-zh.gif) no-repeat 0 0;
        width: 24px;
        height: 24px;
        text-indent: -9999em;
        margin: 4px;
    }

    .topbar-right span.tencent a {
        background-position: 0 -31px;
    }

    .topbar-right span.qq a {
        background-position: 0 -92px;
    }

    .topbar-right span.weixin a {
        background-position: 0 -62px;
    }
/*.topbar-right .fav a {text-indent:0; width:auto; background:none; margin:0 30px 0 0;}*/
.weixin-qrcode {
    background-color: #fff;
    width: 200px;
    height: 220px;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -105px 0 0 -105px;
    font-size: 0.875em;
    text-align: center;
    display: none;
    z-index: 4;
}

    .weixin-qrcode img {
        display: block;
        width: 100%;
        height: 200px;
    }
/*header*/
#header {
    padding: 15px 0; /* overflow:hidden; */
    width: 100%;
    clear: both;
    float: left;
}

    #header .logo {
        float: left; /* width:350px; */
        float: left; /* height:auto; */ /* overflow:hidden; */
    }

        #header .logo a {
            display: block;
        }

        #header .logo img {
            display: block;
            width: auto; /* max-width:100%; */
            height: 50px; /* height: auto; */
            aspect-ratio: 0;
        }

    #header .tel {
        float: right;
        margin-top: 18px;
        display: inline;
        background: url(../images/tel.png) no-repeat left 13px;
        padding-left: 50px;
        transition: all 0.4s ease 0s;
    }

        #header .tel p {
            font-size: 0.875em;
            color: #888;
        }

        #header .tel a {
            color: #F65E4F;
        }

        #header .tel span {
            font-size: 2em;
            color: #F65E4F;
            transition: all 0.4s ease 0s;
        }

#menu {
    background-color: transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    margin-bottom: 0;
    position: relative;
    width: calc(100% - 330px);
    float: right;
    text-align: right;
    padding: 0;
}

.menu {
    float: right;
}

#menu .menu ul li {
    float: left;
    line-height: 42px; /* width:120px; */ /* height:42px; */
    margin: 0 20px;
    text-align: center;
    display: inline;
    position: relative;
}

    #menu .menu ul li a, #nav ul li a {
        color: #333;
        display: block;
        font-weight: bold;
    }

    #menu .menu ul li a {
        font-size: 18px;
    }

#nav ul li a {
    color: #fff;
}

#menu .menu ul li a:hover, #menu .menu ul li.on a, #menu .menu ul li a.on {
    color: #008842
}

#menu .menu ul li ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 200%;
    z-index: 3;
    background-color: #5Fcc68; /* display:none; */
}

#menu .menu ul li li {
    float: none;
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    font-size: 1em;
    text-align: left;
}

    #menu .menu ul li li a {
        padding-left: 15%;
        border-top: 1px solid #e8e8e8;
        color: #fff;
    }

        #menu .menu ul li li a:hover, #nav ul li a:hover {
            background-color: transparent;
        }

.menu ul li.active a {
    color: #008842 !important;
}

#menu .menu ul li:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 1px;
    height: 16px;
    top: 15px;
    border: 0;
    background: #999
}

#menu .menu ul li:last-child:after {
    display: none
}

.navbtn {
    float: right;
    overflow: hidden;
    width: 36px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    display: none;
    margin-top: 0;
}

    .navbtn span {
        display: inline-block;
        float: left;
        width: 26px;
        height: 3px;
        background-color: #828282;
        border: 0;
        border-radius: 2px;
        margin: 3px;
    }

        .navbtn span:nth-child(4) {
            display: none
        }
/*mobilenav*/
#nav { /* margin: -17px auto 15px; */
    background-color: rgba(0,0,0,.9);
    display: none;
    padding-top: 2px;
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 99;
    width: 100%;
}

    #nav .menu {
        width: 100%;
    }

    #nav ul li {
        font-size: 16px;
        line-height: 42px;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

        #nav ul li a {
            padding-left: 5%;
        }

        #nav ul li ul {
            border-top: 0px solid #e75547;
        }

        #nav ul li li a {
            padding-left: 8%;
        }

.current {
    background-color: #378e4e;
}

#mainbody {
    width: 100%;
    background: #f2f2f2;
    clear: both;
    float: left;
}

.zsimg {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

    .zsimg img {
        width: 100%;
        /* height: auto; */ float: left;
    }

/*slidershow*/
#slidershow {
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes.gif") no-repeat left top;
    margin-top: -45px;
}

    .centered-btns_nav:active {
        opacity: 1.0;
    }

    .centered-btns_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

    .transparent-btns_nav.next {
        left: auto;
        right: 0;
    }

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

    .large-btns_nav:active {
        opacity: 1.0;
    }

    .large-btns_nav.next {
        left: auto;
        background-position: right 50%;
        right: 0;
    }

    .centered-btns_nav:focus,
    .transparent-btns_nav:focus,
    .large-btns_nav:focus {
        outline: none;
    }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    position: absolute;
    right: 46%;
    bottom: 5%;
    z-index: 3;
}

    .centered-btns_tabs li,
    .transparent-btns_tabs li,
    .large-btns_tabs li {
        display: inline;
        float: left;
        margin-right: 15px;
    }

    .centered-btns_tabs a,
    .transparent-btns_tabs a,
    .large-btns_tabs a {
        text-indent: -9999px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: rgba(255,255,255, .8);
        display: block;
        width: 12px;
        height: 12px;
    }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background-color: #F65E4F;
}
/*container*/
#container {
    overflow: hidden;
}
/*sidebar*/
.sidebar {
    width: 100%;
    float: left;
    background: #fff;
    margin: 15px 0;
}

.widget {
    border: 1px solid #eee; /* margin-bottom:15px; */
    overflow: hidden;
    float: left;
    width: 100%;
}

    .widget h3, .about h3, .homeProbox h3, .showcase h3, .box h3, .newsBox h3 {
        height: 48px;
        padding: 0 15px;
        margin-bottom: 15px;
        position: relative;
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
        color: #008842;
        box-sizing: border-box;
    }

        .widget h3 span, .about h3 span, .homeProbox h3 span, .showcase h3 span, .box h3 span, .newsBox h3 span {
            display: inline-block;
            padding: 0 60px;
            background: url(../images/title1.png) no-repeat left center, url(../images/title1.png) no-repeat right center;
            font-family: MicrosoftYaHei-Bold;
            font-size: 48px;
            font-weight: bold;
            font-stretch: normal;
            color: #000;
        }

        .about h3:before, .homeProbox h3:before, .showcase h3:before, .box h3:before, .newsBox h3:before {
            content: '';
            position: absolute;
            left: 0;
            top: 12px;
            width: 6px;
            height: 24px;
            background: #008842
        }

        .about h3 .more {
            margin-right: -15px;
        }

    .widget ul li {
        line-height: 1.75em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /*background:url(../images/dot.jpg) no-repeat left center;*/
        padding-left: 10px;
    }

        .widget ul li a {
            color: #222;
        }

    .widget .textwidget, .widget ul, .widget #searchform, .widget .tagcloud {
        padding: 10px;
        font-size: 0.875em;
    }

        .widget .textwidget p {
            margin-bottom: 10px;
        }

            .widget .textwidget p a {
                color: #000;
            }

        .widget .textwidget img {
            width: 100%;
            height: auto;
        }

#sideMenu h3 {
    background: #5Fcc68;
    color: #fff;
    float: left;
    line-height: 48px;
    margin-bottom: 0;
}

    #sideMenu h3 a {
        color: #fff;
    }

#sideMenu ul {
    background: transparent;
    padding: 0 10px;
    float: left;
}

    #sideMenu ul li {
        background: none;
        padding-left: 0;
        float: left;
        position: relative;
    }

        #sideMenu ul li:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1px;
            height: 14px;
            top: 16px;
            border: 0;
            background: #999;
        }

        #sideMenu ul li.current {
            color: #5Fcc68;
            font-weight: bold;
        }

            #sideMenu ul li.current a {
                color: #5Fcc68;
            }

        #sideMenu ul li:last-child:after {
            display: none
        }

        #sideMenu ul li.current a:hover {
            font-weight: bold;
        }

        #sideMenu ul li a {
            color: #333;
            font-size: 1.2em;
            display: block;
            padding: 11px 15px; /* border-bottom:1px solid #ee4d3e; */ /* border-top:1px solid #f56f62; */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; /* background:url(../images/arrow-right.png) no-repeat 95% center; */
        }

            #sideMenu ul li a:hover {
                color: #5Fcc68;
                font-weight: normal;
            }

            #sideMenu ul li a i {
                float: right;
            }

@media(max-width:640px) {
    #sideMenu h3 {
        width: 100%;
    }
}

#tabCon &gt; div {
    width: 100%;
    display: none;
    clear: both;
}

    #tabCon &gt; div.tabc {
        display: block;
    }

#divCalendar table {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

    #divCalendar table a {
        color: #F65E4F;
        font-weight: bold;
    }

    #divCalendar table caption {
        margin-top: 10px;
    }

#divSearchPanel form {
    text-align: center;
    padding: 10px 0;
}

#divSearchPanel input[type="text"] {
    border: 1px solid #ddd;
    padding: 5px;
    width: 50%;
}

#divSearchPanel input[type="submit"] {
    background-color: #F65E4F;
    color: #fff;
    border: none;
    border-radius: 3px;
    height: 28px;
    padding: 0 5px;
}

.main {
    float: left;
    width: 100%; /* overflow:hidden; */
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.pageSection {
    width: 100%;
    float: left;
    padding: 20px 0 30px;
    clear: both;
}


.aboutcLeft img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


.aboutcRight p {
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom:15px;
}

    .aboutcRight p:last-child {
        margin-bottom: 0;
    }

    .aboutcRight p a {
        color: blue;
    }



.newsBoxRight ul {
    padding: 0;
    width: 100%;
}

    .newsBoxRight ul li {
        width: 100%;
        float: left;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 42px;
        position: relative
    }

        .newsBoxRight ul li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 4px;
            height: 4px;
            top: 20px;
            border-radius: 50%;
            background: #008842
        }

        .newsBoxRight ul li a { /*background:url(../images/dot.jpg) no-repeat left center;*/
            padding-left: 10px;
            color: #333;
        }

            .newsBoxRight ul li a:hover {
                color: #5Fcc68;
                text-decoration: none;
            }

#container .banner {
    margin-bottom: 15px;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}
/*breadcrumb*/
#breadcrumb {
    float: right;
    margin-right: 15px;
}

.breadcrumb {
    background: url(../images/breadcrumb_ico.png) no-repeat 10px 16px;
    padding-left: 25px; /* border-bottom:1px solid #eee; */
    height: 46px;
    line-height: 46px;
    font-size: 0.8em;
    color: #555;
}

    .breadcrumb a {
        color: #555;
    }
/*homeProMenu*/
.homeProbox {
    overflow: hidden;
    width: 100%;
}

    .homeProbox h3 {
    }

        .homeProbox h3 a {
            color: #000;
        }

/* .homeProbox ul {
        margin: -30px -15px 0;
    }

        .homeProbox ul li {
            width: calc(20% - 30px);
            float: left;
            margin: 30px 15px 0;
        }

            .homeProbox ul li .proItem {
                width: 100%;
                position: relative;
                padding-top: 66.67%;
                float: left;
            }

                .homeProbox ul li .proItem a {
                    display: block;
                    overflow: hidden;
                    color: #333;
                    width: 100%;
                    height: 100%;
                    border: #eee 1px solid;
                    position: absolute;
                    top: 0;
                    box-sizing: border-box;
                }

            .homeProbox ul li img { 
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                padding: 5px;
            }

                .homeProbox ul li img:hover {
                    transform: scale(1.2,1.2);
                    transition: transform 0.5s ease 0s;
                    opacity: 1;
                }

            .homeProbox ul li p {
                font-size: 0.875em;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 5px;
                text-align: center;
                line-height: 1.75em;
                width: 100%;
                float: left;
            }

                .homeProbox ul li p a {
                    color: #333
                }

                    .homeProbox ul li p a:hover {
                        color: #5Fcc68;
                        text-decoration: none;
                    }*/

ul.products-list li img, .commentslist li .gravatar img, .products-info .thumbnail img { /* display:block; */
    width: calc(100% - 10px); /* transition:transform 0.5s ease 0s; */
    height: calc(100% - 10px);
    padding: 5px;
}

    ul.products-list li img:hover {
        transform: scale(1.2,1.2);
        transition: transform 0.5s ease 0s;
        opacity: 1;
    }

/*showcase*/
.showcase {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

    .showcase h3 {
        margin-bottom: 15px;
    }

        .showcase h3 a {
            color: #000;
        }

    .showcase .bx-wrapper {
        border: none;
        box-shadow: none;
        background: none;
    }

    .showcase .bx-controls {
        position: absolute;
        right: 0;
        top: -25px;
    }
/*news-box*/
.news-box {
    width: 1230px;
}

.box {
    float: left;
    width: 425px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: inline;
    border: #eee 1px solid;
    height: 315px;
    box-sizing: border-box;
}

    .box h3 a {
        color: #000;
    }

    .box ul {
        padding: 15px;
    }

        .box ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 0.875em;
            line-height: 40px;
            position: relative
        }

            .box ul li:before {
                content: '';
                position: absolute;
                left: 0;
                width: 4px;
                height: 4px;
                top: 14px;
                border-radius: 50%;
                background: #888
            }

            .box ul li a { /*background:url(../images/dot.jpg) no-repeat left center;*/
                padding-left: 10px;
                color: #333;
            }

                .box ul li a:hover {
                    color: #37408E;
                    text-decoration: none;
                }
/*main*/
.title {
    border-bottom: 1px solid #ddd; /* overflow:hidden; */
    height: 38px;
}

    .title h1 {
        font-size: 1.25em;
        font-weight: normal;
        color: #444;
        float: left;
        border-bottom: 2px solid #008842;
        padding-bottom: 9px;
    }

ul.news-list, .zuzhi-list {
    padding: 20px 0;
}

    ul.news-list li, .zuzhi-list li {
        font-size: 0.875em;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        position: relative;
        width: 100%; /* float: left; */
    }

    .zuzhi-list li {
        width: 50%;
        float: left;
    }

        ul.news-list li:before, .zuzhi-list li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 4px;
            height: 4px;
            top: 23px;
            border-radius: 50%;
            background: #008842
        }

        ul.news-list li a, .zuzhi-list li a {
            color: #333;
            padding-left: 10px;
            width: calc(100% - 90px);
            float: left;
            display: block;
            height: 50px;
            font-size: 1.2em;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            ul.news-list li a:hover, .zuzhi-list li a:hover {
                color: #5Fcc68;
                text-decoration: none;
            }

    ul.news-list li span {
        float: right;
        color: #888;
        font-size: 14px;
    }
/*products-list*/
ul.products-list {
    overflow: hidden; /* width: 100%; */
    margin: 15px -15px;
    clear: both;
}

    ul.products-list li {
        float: left;
        width: calc(25% - 30px);
        display: inline;
        margin: 15px;
    }

        ul.products-list li .thumbnail {
            /* overflow:hidden; */
            /* border: 1px solid #eee; */
            /* padding: 5px; */
            /* aspect-ratio: 4/5; */
            /* height: auto; */
            width: 100%;
            position: relative;
            padding-top: 66.67%;
            float: left;
        }

            ul.products-list li .thumbnail a {
                display: block;
                overflow: hidden;
                color: #333;
                width: 100%;
                height: 100%;
                border: #eee 1px solid;
                position: absolute;
                top: 0;
                box-sizing: border-box;
            }

        ul.products-list li p {
            font-size: 0.875em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 5px;
            text-align: center;
            line-height: 1.75em;
            float: left;
            width: 100%;
        }

            ul.products-list li p a {
                color: #333
            }

                ul.products-list li p a:hover, .post .pn a:hover, .related-post ul li a:hover, .related-products li p a:hover, .widget ul li a:hover {
                    color: #F65E4F;
                    text-decoration: underline;
                }
/*chanye-list*/
ul.chanye-list {
    overflow: hidden;
    margin-right: -26px;
    clear: both;
}

    ul.chanye-list li {
        float: left;
        width: calc(33.333% - 25px);
        FONT-WEIGHT: 200;
        display: inline;
        margin: 15px 25px 15px 0;
    }

        ul.chanye-list li .thumbnail {
            /* overflow:hidden; */
            /* border: 1px solid #eee; */
            /* padding: 5px; */
            /* aspect-ratio: 4/5; */
            /* height: auto; */
            width: 100%;
            position: relative;
            padding-top: 66.67%;
            float: left;
        }

    ul.chanye-list .thumbnail a {
        display: block;
        overflow: hidden;
        color: #333;
        width: 100%;
        height: 100%;
        border: #eee 1px solid;
        position: absolute;
        top: 0;
        box-sizing: border-box;
    }

    ul.chanye-list li p {
        font-size: 0.875em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        text-align: center;
        line-height: 1.75em;
        float: left;
        width: 100%;
    }

        ul.chanye-list li p a {
            color: #333
        }

            ul.chanye-list li p a:hover {
                color: #F65E4F;
                text-decoration: underline;
            }
/*pagenavi*/
.pagenavi {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    text-align: center;
    margin: 10px 0 20px;
}

    .pagenavi a, .pagenavi span.now-page {
        padding: 6px 10px;
        background-color: #eee;
        color: #666;
        font-size: 0.875em;
        border-radius: 2px;
    }

        .pagenavi a:hover, .pagenavi span.now-page {
            background-color: #F65E4F;
            color: #fff;
        }
/*post*/
.post {
    padding: 30px 20px;
}

    .post h1 {
        font-size: 1.85em;
        font-weight: bold;
        text-align: center;
        padding: 10px 0 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .post .postmeta {
        text-align: center;
        font-size: 0.875em;
        color: #777;
        margin-bottom: 15px;
    }

        .post .postmeta span {
            padding: 0 5px;
        }

        .post .postmeta a {
            color: #777;
        }

    .post .entry p {
        text-align: justify;
        margin-bottom: 20px;
        font-size:1.05em;
        line-height: 2 !important;
    }
    .post .entry p img{
        max-width:100%
    }
    .post .entry blockquote {
        overflow: hidden;
        background: url(../images/block_l.png) no-repeat 0 10px;
        padding: 15px 25px 0;
        position: relative;
        margin: 0 2em 15px;
        color: #444;
    }

        .post .entry blockquote span.blockquote {
            background: url(../images/block_r.png) no-repeat 0 0;
            display: block;
            width: 20px;
            height: 28px;
            position: absolute;
            right: 0;
            bottom: 10px;
        }

    .post .entry ul, .post .entry ol {
        margin-bottom: 15px;
        padding-left: 2em;
        overflow: hidden;
        font-size: 0.875em;
        line-height: 1.75em;
    }

        .post .entry ul li {
            list-style: inside disc none;
            margin-bottom: 5px;
        }

        .post .entry ol li {
            list-style: inside decimal none;
            margin-bottom: 10px;
        }

    .post .pn {
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 0.875em;
    }

        .post .pn p {
            padding-top: 5px;
        }

        .post .pn a {
            color: #333;
        }
/*products-info*/
.products-info {
    overflow: hidden;
    margin-bottom: 25px;
}

    .products-info .thumbnail {
        width: 300px;
        float: left;
        margin-right: 30px;
        display: inline;
        transition: all 0.4s ease 0s;
    }

    .products-info .products-meta {
        float: left;
        padding: 15px;
        transition: all 0.4s ease 0s;
    }

        .products-info .products-meta p {
            padding: 10px;
            transition: all 0.4s ease 0s;
        }

            .products-info .products-meta p span {
                font-size: 2em;
                color: #F65E4F;
                transition: all 0.4s ease 0s;
            }

                .products-info .products-meta p span a {
                    color: #F65E4F;
                }
/*related-post*/
.related-post {
    margin-bottom: 20px;
}

    .related-post h3, .commentslist h3 {
        font-size: 1.125em;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

        .related-post h3 span, .commentslist h3 span {
            border-bottom: 3px solid #F65E4F;
            padding-bottom: 5px;
        }

    .related-post ul {
        overflow: hidden;
    }

        .related-post ul li {
            font-size: 0.875em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            width: 50%;
            line-height: 1.75em;
        }

            .related-post ul li a { /*background:url(../images/dot.jpg) no-repeat left center;*/
                padding-left: 10px;
                color: #333;
            }
/*related-products*/
.related-products li p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

    .related-products li p a {
        color: #333;
    }

.pro-title {
    border-bottom: 2px solid #37408E;
    margin-bottom: 25px;
}

    .pro-title h3 {
        float: left;
        background-color: #37408E;
        color: #fff;
        font-size: 1em;
        padding: 3px 10px;
        cursor: pointer;
        margin-right: 5px;
        display: inline;
    }

        .pro-title h3:hover, .pro-title h3.on {
            background-color: #F65E4F;
            border-bottom: 2px solid #F65E4F;
            margin-bottom: -2px;
        }
/*commentslist*/
.commentslist {
    margin-bottom: 20px;
}

    .commentslist li {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

        .commentslist li .gravatar {
            width: 44px;
            height: 44px;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .commentslist li .cmt-info {
            padding-left: 55px;
        }

            .commentslist li .cmt-info .cmt-author a {
                color: #555;
            }

            .commentslist li .cmt-info .cmt-author {
                font-size: 0.875em;
                margin-bottom: 10px;
            }

            .commentslist li .cmt-info .cmt-cont {
                font-size: 0.875em;
                color: #333;
                line-height: 1.75em;
            }

            .commentslist li .cmt-info .cmt-meta span {
                font-size: 0.75em;
                color: #888;
            }

                .commentslist li .cmt-info .cmt-meta span.reply {
                    float: right;
                    font-size: 0.875em;
                }

                    .commentslist li .cmt-info .cmt-meta span.reply a {
                        color: #37408E;
                    }

        .commentslist li ol {
            margin-left: 44px;
        }

        .commentslist li li {
            margin-top: 15px;
            border-top: 1px solid #eee;
            padding-top: 10px;
            border-bottom: none;
        }

            .commentslist li li .gravatar {
                top: 15px;
            }

    .commentslist .pagenavi {
        border: none;
    }
/*comment*/
#comment p {
    overflow: hidden;
    margin-bottom: 15px;
}

#comment i {
    color: #F65E4F;
}

#comment .text, #comment textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
}

#comment textarea {
    width: 90%;
    height: 150px;
}

#comment .submit {
    background-color: #37408E;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
}

    #comment .submit:hover {
        background-color: #F65E4F;
    }
/*tabbox*/
.tabbox {
    display: none;
}

    .tabbox.on {
        display: block;
    }
/*friendlinks*/
#friendlinks {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-bottom: 15px;
}

    #friendlinks ul {
        overflow: hidden;
    }

        #friendlinks ul li {
            float: left;
            font-size:16px;
            margin: 5px;
            display: inline;
        }

            #friendlinks ul li a {
                color: #333;
            }

                #friendlinks ul li a:hover {
                    color: #000;
                    text-decoration: underline;
                }
/*footer*/
#footer {
    background-color: #051C30;
    width: 100%;
    float: left;
    clear: both;
}

.footer {
    padding: 6px 0;
    text-align: center;
}

.pageslist {
    margin-bottom: 15px;
}

    .pageslist ul li {
        display: inline-block;
        margin: 10px; /* float: left; */
    }

        .pageslist ul li a {
            color: #333;
        }

.phone {
    font-size: 2em;
    color: #37408E;
    font-family: Arial;
    margin-bottom: 15px;
}

    .phone span {
        background: url(../images/phone.png) no-repeat left center;
        padding-left: 40px;
    }

        .phone span a {
            color: #37408E;
        }

.copyright {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

    .copyright a {
        color: #fff;
    }

.tools {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9; /* display: none; */
}

    .tools span {
        display: block;
        width: 48px;
        height: 48px;
        background-color: #051C30;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        background-repeat: no-repeat;
    }

        .tools span a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
        }

        .tools span.backtop {
            background-image: url(../images/backtop.png);
            border-bottom: none;
            background-size: 48px 48px;
        }

        .tools span.tools-qq {
            background-image: url(../images/qq.png);
            background-size: 48px 48px;
        }

        .tools span.tools-phone, .tools span.mobile-phone, .tools span#phone {
            background-image: url(../images/sphone.png);
            background-size: 48px 48px;
        }

        .tools span.tools-weixin, .tools span.mobile-weixin {
            background-image: url(../images/weixin.png);
            background-size: 48px 48px;
        }

        .tools span.mobile-phone, .tools span.mobile-weixin {
            display: none;
        }

        .tools span.tools-phone {
            padding-left: 48px;
            width: 0;
            line-height: 48px;
            font-size: 18px;
            color: #fff;
        }

            .tools span.tools-phone.on {
                background-color: #5Fcc68;
                border-radius: 27px 0 0 27px;
            }

                .tools span.tools-weixin {
                    padding-left: 48px;
                    width: 0;
                    line-height: 48px;
                    font-size: 1.2em;
                    color: #fff;
                }

            .tools span.tools-weixin.on {
                background-color: #5Fcc68;
                position: relative
            }

                .tools span.tools-weixin.on img {
                    width: 126px;
                    height: 126px;
                    position: absolute;
                    right: 48px;
                    background: #5Fcc68;
                    padding: 10px;
                    border-radius: 4px 0 0 4px;
                }
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active,
            .bx-wrapper .bx-pager.bx-default-pager a:focus {
                background: #000;
            }

    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        right: 35px;
        background: url(../images/controls.png) no-repeat 0 2px;
    }

        .bx-wrapper .bx-prev:hover,
        .bx-wrapper .bx-prev:focus {
        }

    .bx-wrapper .bx-next {
        right: 20px;
        background: url(../images/controls.png) no-repeat -15px 2px;
    }

        .bx-wrapper .bx-next:hover,
        .bx-wrapper .bx-next:focus {
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        z-index: 998;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }
    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active,
            .bx-wrapper .bx-controls-auto .bx-start:focus {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active,
            .bx-wrapper .bx-controls-auto .bx-stop:focus {
                background-position: -86px -33px;
            }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }


.rimg1 {
    float: left;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.rimg2 {
    float: left;
    width: 100%;
    height: 140px;
}
.rimg3 {
    float: left;
    width: 100%;
    height: 400px;
}

.more {
    float: right;
    font-size: 16px;
    font-weight: normal;
    color: #333
}

    .more:hover {
        color: #5Fcc68
    }

    .more a {
        color: #333
    }

/**news lunbo*/
.newSlider {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.newSlider1 {
    height: 100%;
}

    .newSlider1 ul {
        width: 100%;
        height: 100%;
    }

        .newSlider1 ul li {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

            .newSlider1 ul li div {
                width: 100%;
                height: 100%;
                position: relative;
                /*        padding-top: 66.67%;*/
                float: left;
                overflow: hidden;
            }

                .newSlider1 ul li div a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    color: #333;
                    box-sizing: border-box;
                }

                    .newSlider1 ul li div a img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

            .newSlider1 ul li h2 {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 40px;
                width: 100%;
                background: rgba(125,125,120,.4);
                padding: 0 15px;
                font-size: 16px;
                line-height: 40px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                font-weight: normal;
                color: #fff;
                box-sizing: border-box;
            }

.newSlider2 {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

    .newSlider2 ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        margin: 0 5px;
        border-radius: 50%;
        background: rgba(0,0,0,0.5);
        text-indent: 100px;
        cursor: pointer;
    }

    .newSlider2 ul .on {
        background: rgba(255,255,255,0.6);
    }

.newSlider3 span {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    color: rgba(255,255,255,0.3);
    font-family: "simsun";
    line-height: 60px;
    font-size: 60px;
    text-align: center;
    cursor: pointer;
}

.newSlider3 .prev {
    left: 10px;
}

.newSlider3 .next {
    right: 10px;
}

.newSlider3 span::selection {
    background: transparent;
}

.newSlider3 span:hover {
    color: rgba(255,255,255,0.8);
}

.entry {
    padding: 30px 0 10px;
}
/*screen width*/
@media only screen and (max-width:1280px) {
    .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing:border-box;
    }

    #menu .menu ul li {
        width: auto;
    }

        #menu .menu ul li:after {
            /* right:-1.25%; */
        }

    .sidebar {
        /* width:25%; */
    }

    .main {
        /* width:72.5%; */
    }

    .homeProbox ul li {
        width: calc(50% - 30px);
    }

    .news-box {
        width: 102.5%;
    }

    .box ul li {
        height: 28px;
    }

    .aboutc {
        height: auto;
    }

    .rukou {
        /* width: 340px; */
    }

    .commentslist li ol {
        margin-left: 5.057471%;
    }

    .products-info .thumbnail {
        width: 34.482759%;
        margin-right: 3.4482759%;
    }

    .products-info .products-meta {
        padding: 15px 1.724138%;
    }
}


@media only screen and (max-width:1220px) {
    #header .logo img{
        height:40px;
    }
    #menu {
        width: calc(100% - 240px);
    }
        #menu .menu ul li{
            margin:0 15px;
        }
        #menu .menu ul li a {
            font-size: 16px;
        }
            #menu .menu ul li:after{
                right:-15px;
            }
}

@media only screen and (max-width:991px) {

    .pageSection {
        padding: 20px 0;
    }

    #header .logo img {
        height: 34px;
    }

    #menu {
        width: calc(100% - 220px);
    }

        #menu .menu ul li {
            margin: 0 10px;
        }

            #menu .menu ul li a {
                font-size: 15px;
            }

            #menu .menu ul li:after {
                right: -10px;
            }

    #menu .menu ul li {
        font-size: 0.875em;
    }

    ul.products-list li {
        width: calc(50% - 30px);
    }

    .rimg1, .rimg2, .rimg3 {
        height: auto;
    }

    .newsBoxRight, .aboutcRight {
        margin-top: 15px;
    }
    .rukou {
        margin-top: 20px;
    }
}

@media only screen and (max-width:800px) {
    #menu .menu ul li {
        font-size: 0.8em;
    }

    .tools {
        display: none
    }
}

@media only screen and (max-width:768px) {
    /*    body {
        min-width: 100%;
        overflow: auto;
        overflow-x: auto;
    }

    .inner {
        width: calc(100% - 30px);
        margin: 0 auto;
    }*/

    #header .logo img {
        height: 40px;
    }

    #header .tel {
        margin-top: 10px;
    }
    #menu{
        width:auto;
    }
    #menu .menu,
    .widget p.pic, #breadcrumb {
        display: none;
    }

    .navbtn,
    .contact {
        display: block;
    }

    .main,
    .sidebar {
        width: 100%;
    }

    .post {
        padding: 15px 0
    }

        .post h1 {
            font-size: 1.5em;
        }

        .post .entry img {
            width: 100% !important;
            height: auto !important;
        }

    #sideMenu ul {
        padding: 0;
    }

        #sideMenu ul li a {
            padding: 11px 10px
        }

    .box {
        height: auto
    }

    .box, .rukou {
        width: 100%;
        margin-bottom: 0;
    }

    .zsimg img {
        height: 150px
    }
}

@media only screen and (max-width:640px) {

    #header .tel {
        margin-top: 5px;
    }

    .tools span.mobile-phone {
        display: block;
    }

    .tools span.tools-phone {
        display: none;
    }

    .products-info .products-meta p span {
        font-size: 1.5em;
    }



    .about h3:before, .homeProbox h3:before, .showcase h3:before, .box h3:before, .newsBox h3:before {
        top: 14px;
        width: 4px;
        height: 20px;
    }
}

@media only screen and (max-width:480px) {
    #header .logo {
        /* padding-top:5px; */
    }

    #header .tel {
        background: none;
        padding-left: 0;
        margin-top: 0;
    }

        #header .tel span {
            font-size: 1.5em;
        }

    .main {
        padding: 20px;
    }

    .homeProbox .clearfix {
        clear: both;
    }

    .news-box {
        width: 100%;
    }

    .box {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
        clear: both;
        height: auto;
    }

    .rukou {
        width: 100%;
    }

    .related-post ul li {
        float: none;
        width: 100%;
    }

    .products-info .products-meta {
        padding: 5px 1.724138%;
    }

        .products-info .products-meta p span {
            font-size: 1em;
        }

    .products-info .thumbnail {
        width: 34.482759%;
        margin-right: 2.4482759%;
    }

    .products-info .products-meta p {
        font-size: 0.875em
    }

    .zsimg img {
        height: 120px;
    }

    .zuzhi-list li {
        width: 100%;
    }

        .zuzhi-list li a {
            width: 100%;
        }
}

@media (max-width:414px) {
    .newSlider {
        height: 254px;
    }
}



@media only screen and (max-width:384px) {
    .newSlider {
        height: 236px;
    }
}

@media only screen and (max-width:375px) {
    .newSlider {
        height: 230px;
    }
}

@media only screen and (max-width:360px) {
    .products-info .products-meta {
        padding: 0 1.724138%;
    }

        .products-info .products-meta p {
            padding: 5px;
        }

    .newSlider {
        height: 220px;
    }
}

@media only screen and (max-width:320px) {
    .phone {
        font-size: 1.5em;
    }
}
.zhuantiLan{
    width: 100%;
    clear: both;
}
.zhuantiLan a{
    display: block;
}
.zhuantiLan a img{
    width: 100%;
}</pre></body></html>